


html {
  font-size: 30px;
}

body {
  padding: 0;
  margin: 0;
}

p {
  margin: 0px;
}

/* ----- navbar ----- */

.navbar{
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
  --bs-navbar-padding-y: 0;
  --bs-navbar-padding-x: 0;
}

.nav_container
{
  position: relative;
  padding: 2% 5%;
  xmin-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar-nav {
  font-family: "barlow", sans-serif;
  font-size: 0.60rem;
  line-height: 10px;
}

.navbar .navbar-toggler {
    margin-left: auto;
}

#logo_twitter{
  width: 50px;
}

.navbar-brand-img1{
  display: none;
}

#tw{
  display: none;
  padding: 10px;
  list-style: none;
  text-align: center;
  font-size: 0.5rem;
  font-family: "barlow", sans-serif;
  line-height: 10px;
}

.title2{
  font-family: "barlow", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: rgb(216, 144, 11);
}


/* ----- ids ----- */


#logotipo{
  position: static;
  align-content: left;
  width: 100px;
  padding-top: 0px;
  padding-bottom: 5px;
}

#home{
  height: 80vh;
  margin-top: 150px;
}


#imageabout{
   height: 50vh;
}

/* ----- navlink ----- */


.nav-link:hover{
  font-weight: bold;
}


.navbar .navbar-toggler {
    margin-left: auto;
}


#logo_twitter{
  width: 50px;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}


/* ----- general ----- */


.container .title3{
  padding: 25px;
  text-align: center;
  font-family: "barlow", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: rgb(5, 223, 96);
  margin-bottom: 50px;
}


/* ----- home ----- */

#home .fotohome{
  display: flex;
  height: 70vh;
  margin: auto;
  margin-bottom: 50px;
}

#home .title{
  display: block;
  font-family: "barlow", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 2.5rem;
  color: white;
  margin-top: 50px;
}


#home .text{
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2rem;
  color: white;
}




/* ----- about us ----- */

#aboutus2{
  height: 100vh;
}


.text1{
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2rem;
  color: white;
}

.text1 .bajada {
  margin-bottom: 50px;
}


/* ----- maps ----- */

.mycards {
  flex: 1 1 auto;
  padding: 25px;
}

.titlecards{
  font-family: "barlow", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #230477be;
}

.text2{
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1rem;
  color: rgb(194, 22, 209);
}


/* ----- gallery ----- */


#gallery{ 
  height: 80vh;
 }



.carousel-inner{

  $carousel-transition-duration: 0.5s;
  $carousel-transition:transform $carousel-transition-duration ease-in-out; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)
  position: relative;
  display: flex;
  scroll-snap-type: x mandatory;
  border-radius: 5px;
}

.carousel-inner .img{
  width: 100%;
  left: 0;
  position: sticky;
  object-fit: cover;
  scroll-snap-align: center;
}



/* ----- quories ----- */

@media (min-width: 992px)
  .navbar-expand-lg .navbar-toggler {
      display: none;
  }

  .carousel-inner{
    width: auto;
  }

@media (min-width: 576px) {

}


@media (max-width: 992px) {

  .navbar {
    width: 100%;
  }

  .carousel-inner {
    width: auto;
    $: ;
    carousel-transition-duration: 1s;
    $: ;
    carousel-transition: transform $carousel-transition-duration ease-in-out;
    //: ;
    Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`): ;
    position: relative;
    display: flex;
    scroll-snap-type: x mandatory;
    border-radius: 5px;
  }
  .navbar-brand-img {display: none;} 

  .navbar-brand-img1 {
    display: block;}

  .navbar-btn {
    display: none;
  }

  #tw{
  padding: 15px;
  font-family: "barlow", sans-serif;
  display: block;
  list-style: none;
  text-align: center;
  font-size: 0.5rem;
  line-height: 10px;
  }

  .nav-link:hover {
    display: none;
  }

  .navbar-toggler{
  border: 0px;
  }
  .navbar-nav{
  list-style: none;
  text-align: center;
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 25px;
    top: 15px;
  }

  #logotipo{
    position: static;
    align-content: left;
    margin-left: auto;
    width: 50px;
  }


  #home{
    height: auto;
    margin-top: 50px;
  }
  #home .fotohome{
    display: flex;
    margin: auto;
    width: 100%;
    height: auto;
  }

  #home .title{
    display: block;
    font-family: "barlow", sans-serif;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.8rem;
    color: white;

  }


  #home .text{
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: "barlow", sans-serif;
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 1rem;
    color: white;
  }

  .title2{
    font-size: 0.90rem;
    line-height: 1rem;
  }

  .text1{
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: "barlow", sans-serif;
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 1rem;
    color: white;
  }
  .bajada{
    display: flex;
    margin: auto;
  }

  #aboutus3{
    margin-top: 200px;
  }

  #aboutus2{
  height: auto;
  }

  #gallery{
    height: auto;
    align-content: center;
    align-items: center;
  }

  .carrusel{
    display: flex;
    margin: auto;
    width: 100%;
    height: auto;
  }

}

.carousel-inner {
    margin-bottom: 50px;

}

.col-md-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
} 


.carousel-inner {
  width: 300px;
  $: ;
  carousel-transition-duration: 1s;
  $: ;
  carousel-transition: transform $carousel-transition-duration ease-in-out;
  //: ;
  Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`): ;
  position: relative;
  display: flex;
  scroll-snap-type: x mandatory;
  border-radius: 5px;
}

.row>* {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}



/* ----- maps ----- */

.profile-card .profile {
    border-radius: 50%;
    position: absolute;
    top: -62px;
    left: 50%;
    width: 100px;
    border: 0px solid rgba(255, 255, 255, 1);
    margin-left: -50px;
  }

  .profile-card h5 {
    font-weight: 800;
    color: white;
    font-family: barlow;
}

.card{
  border: 4px solid;
  border-color: #7a0685;
  margin-bottom: 30px;
}


/* ----- team ----- */

.pt-5 {
    padding-top: 2rem!important;
}

/* ----- footer ----- */


.text3{
  padding: 50px;
  font-size: 0.5rem;
  font-weight: 600;
  text-align: center;
  color: white;
  font-family: barlow;
}


.subscribe-area {
background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
}

.pb-50 {
    padding-bottom: 50px;
}
.pt-70 {
    padding-top: 70px;
}

.mb-15 {
  margin-top: 100px;
    margin-bottom: 50px;
}

.subscribe-text span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 5px;
}
.subscribe-text h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 6px;
}
.subscribe-wrapper {
    overflow: hidden;
}
.mb-15 {
    margin-bottom: 15px;
}
.subscribe-form {
}
.subscribe2-wrapper .subscribe-form input {
    background: none;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 57px;
    margin-right: 17px;
    padding-left: 35px;
    width: 70%;
    cursor: pointer;
}
 
.subscribe2-wrapper .subscribe-form button {
    background: rgb(240, 236, 18);
    border: none;
    border-radius: 30px;
    color: #4b5d73;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 46px;
    transition: all 0.3s ease 0s;
}
.subscribe2-wrapper .subscribe-form button i {
    font-size: 18px;
    padding-left: 5px;
}

/* ----- roots ----- */


:root {
  --black: #000;
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#FF4FFF;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#f9ff27;
  --darkyellow:#c1c108;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --lgray:#889697;
  --darkgreen:#00221e
}

.bg_yellow {
  background: var(--yellow);
}


.bg_darkyellow {
  background: var(--darkyellow);
}


.bg_gray {
  background: var(--gray);
}

.bg_lgray{
   background: var(--lgray)
}

.bg_darkgreen{
   background: var(--darkgreen)
}

/*  */